home *** CD-ROM | disk | FTP | other *** search
/ Nightshift Sound & Vision / Nightshift - Sound & Vision.iso / programs / anim / buildmpeg / setup < prev    next >
Text File  |  1994-11-16  |  1KB  |  57 lines

  1. MPEG Version 1.1
  2.  
  3. 1) Printing documentation:
  4.  
  5. Documentation is in the PostScript file doc.ps. It is about 50 pages
  6. long.
  7.  
  8. 2) Making the program.
  9.  
  10. The makefile should be setup for most UNIX systems as is.  Simply type
  11. "make" in the source code directory.
  12.  
  13. 3) Testing the program.
  14.  
  15. A short test sequence is in short.mpg (and the coding is described in
  16. short.trace).  If you wish to extract image sequence files from
  17. short.mpg, type
  18.  
  19. mpeg -d -s short.mpg short
  20.  
  21. The resulting files should be in 
  22.  
  23. short0.Y, short0.U, short0.V
  24. short1.Y, short1.U, short1.V
  25. short2.Y, short2.U, short2.V
  26. short3.Y, short3.U, short3.V
  27. short4.Y, short4.U, short4.V
  28. short5.Y, short5.U, short5.V
  29. short6.Y, short6.U, short6.V
  30.  
  31. These files are raw raster-scan component files 352x240 for the Y,
  32. 176x120 for the U and V.
  33.  
  34. 4) Displaying the decompressed files.
  35.  
  36. The decompressed *.Y *.U *.V files may be displayed through the
  37. program "cv" which may be obtained by anonymous ftp from
  38. havefun.stanford.edu:pub/cv/CVv1.1.tar.Z.  If the program is in your
  39. current directory search-path, type
  40.  
  41. cv -a 0 -b 6 short
  42.  
  43. 5) Recompressing the short sequence files.
  44.  
  45. To use the default settings, and to put the output in short2.mpg, type
  46.  
  47. mpeg -a 0 -b 6 short -s short2.mpg
  48.  
  49. See the documentation for more details on other parameters.
  50.  
  51.  
  52. 6) Some short interpreted programs for the encoder: (See Chapter 4 of
  53. the documentation).
  54.  
  55. test.intra test.pred test.rc test.pframe 
  56.  
  57.